home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9178 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.mindspring.com!usenet
  2. From: wdnick@mindspring.com (William "Doug" Nicholson)
  3. Newsgroups: comp.lang.c++
  4. Subject: How do I specify a .MAK file????
  5. Date: Thu, 29 Feb 1996 07:08:00 GMT
  6. Organization: MindSpring Enterprises
  7. Message-ID: <4h38nb$hgr@B1FF.mindspring.com>
  8. Reply-To: wdnick@mindspring.com
  9. NNTP-Posting-Host: wdnick.mindspring.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. I have a disk that came with a stepper motor controller that has
  13. libraries for programming the controller in C.  I'm using Borland C++
  14. 4.5 with the IDE and am having a problem.  The demo program says the
  15. following in remarks at the beginning....
  16.  
  17.     Note: Be sure to include IS_CM.LIB for medium model
  18.           programs, or IS_CS.LIB for small model programs.
  19.  
  20.           Specify a .MAK file which includes the IS_CM.LIB
  21.           or IS_CS library.
  22.  
  23. How do I do this?  I've tries #include <IS_CM.LIB> and it give me a
  24. bunch of illegal character errors from IS_CM.LIB when I try to build
  25. all.
  26.  
  27. Now, there's a IS_CM.H too which only has the prototypes for the
  28. functions which are supposed to be in the .LIB file.  When I try to
  29. open the.LIB file I get a message saying "Line length exceeds editor
  30. capacity."  So it truncates and the file looks like garbage.
  31.  
  32. How can I use the functions in the .LIB file in my own programs??
  33.  
  34. Thanks for any and all help...
  35.  
  36.  
  37. William D. Nicholson                                       wdnick@mindspring.com 
  38. Mechanical Engineering Student       
  39. Southern College of Technology                           It is what you make it.
  40. Under heavy construction:  http://www.mindspring.com/~wdnick/home.html
  41.  
  42.